home *** CD-ROM | disk | FTP | other *** search
/ Gigarom 1 / Gigarom Macintosh Archives (Quantum Leap)(CDRM1080320)(1993).iso / FILES / HYP / A-B / AutoCat.cpt / AutoCat / background_4606.txt < prev    next >
Text File  |  1989-02-26  |  2KB  |  106 lines

  1. -- background: 4606 from stack: in
  2. -- bmap block id: 2418
  3. -- flags: 4000
  4. -- background id: 0
  5. -- name: AutoCat Help Bkgnd
  6.  
  7.  
  8. -- part 17 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=455 top=293 right=318 bottom=487
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 11045 / 11045
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Home
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   visual effect iris close
  23.   go Home
  24. end mouseUp
  25.  
  26.  
  27.  
  28. -- part 18 (button)
  29. -- low flags: 00
  30. -- high flags: 2000
  31. -- rect: left=414 top=293 right=321 bottom=449
  32. -- title width / last selected line: 0
  33. -- icon id / first selected line: 10823 / 10823
  34. -- text alignment: 1
  35. -- font id: 0
  36. -- text size: 12
  37. -- style flags: 0
  38. -- line height: 16
  39. -- part name: Back To Index
  40. ----- HyperTalk script -----
  41. on mouseUp
  42.   visual effect dissolve
  43.   pop card into dummy
  44.   go to card id 6151
  45. end mouseUp
  46.  
  47.  
  48.  
  49. -- part 19 (button)
  50. -- low flags: 00
  51. -- high flags: 0000
  52. -- rect: left=240 top=295 right=318 bottom=265
  53. -- title width / last selected line: 0
  54. -- icon id / first selected line: 1012 / 1012
  55. -- text alignment: 1
  56. -- font id: 0
  57. -- text size: 12
  58. -- style flags: 0
  59. -- line height: 16
  60. -- part name: Return
  61. ----- HyperTalk script -----
  62. on mouseUp
  63.   visual effect iris close
  64.   pop card
  65. end mouseUp
  66.  
  67.  
  68.  
  69. -- part 20 (field)
  70. -- low flags: 01
  71. -- high flags: 2007
  72. -- rect: left=22 top=88 right=284 bottom=480
  73. -- title width / last selected line: 0
  74. -- icon id / first selected line: 0 / 0
  75. -- text alignment: 0
  76. -- font id: 3
  77. -- text size: 9
  78. -- style flags: 0
  79. -- line height: 12
  80. -- part name: Information
  81. ----- HyperTalk script -----
  82. on mouseUp
  83.   visual effect iris close
  84.   pop card
  85. end mouseUp
  86.  
  87.  
  88.  
  89. -- part 22 (button)
  90. -- low flags: 00
  91. -- high flags: 2000
  92. -- rect: left=170 top=292 right=323 bottom=202
  93. -- title width / last selected line: 0
  94. -- icon id / first selected line: 17747 / 17747
  95. -- text alignment: 1
  96. -- font id: 0
  97. -- text size: 12
  98. -- style flags: 0
  99. -- line height: 16
  100. -- part name: Print Button
  101. ----- HyperTalk script -----
  102. on mouseUp
  103.   doMenu "Print Report..."
  104. end mouseUp
  105.  
  106.